-
Couldn't load subscription status.
- Fork 792
[Benchmarks] Fix sycl preview double runs #20129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Benchmarks] Fix sycl preview double runs #20129
Conversation
| GraphApiFinalizeGraph(self, RUNTIMES.SYCL, 1, "Llama"), | ||
| ] | ||
| for profiler_type in profiler_types: | ||
| for measure_cpu in [0, 1]: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can I ask why we're changing from profiler_type to a boolean for measure_cpu? Are we not expecting to have more profiler types in the future?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've tried to make changes cleaner. Created an enum instead. This brings both clarity and extensibility to this code (hopefully).
|
This is a lot cleaner than before! Changes look good, but I will wait for test runs first before approving. |
4fc63ff to
d49f9d0
Compare
d49f9d0 to
dfb4e99
Compare
Prevent syclpreview benchmarks scenarios from running twice.
|
@intel/llvm-gatekeepers PR should be good, thanks in advance! |
Fix syclpreview benchmarks running twice for each scenario.